home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000899_ejc018@comm.mot.com_Fri Sep 2 05:45:52 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from motgate.mot.com by cs.umb.edu with SMTP id AA18639
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 2 Sep 1994 13:49:19 -0400
  3. Received: from pobox.mot.com ([129.188.137.100]) by motgate.mot.com with SMTP (5.67b/IDA-1.4.4/MOT-3.1 for <tex-k@cs.umb.edu>)
  4.           id AA26798; Fri, 2 Sep 1994 08:45:09 -0500
  5. Received: from comm.mot.com (il02dns1.comm.mot.com) by pobox.mot.com with SMTP (5.67b/IDA-1.4.4/MOT-3.1 for <tex-k@cs.umb.edu>)
  6.           id AA27469; Fri, 2 Sep 1994 08:45:08 -0500
  7. Received: from plhp002.comm.mot.com by comm.mot.com (4.1/SMI-4.0)
  8.     id AA04653; Fri, 2 Sep 94 08:45:07 CDT
  9. Received: from plhp278 by plhp002.comm.mot.com with SMTP
  10.     (1.37.109.8/16.2) id AA10487; Fri, 2 Sep 1994 09:45:02 -0400
  11. From: Jason L. Carter <ejc018@comm.mot.com>
  12. Received: by plhp278.comm.mot.com (1.37.109.8) id AA03436; Fri, 2 Sep 1994 09:45:52 -0400
  13. Message-Id: <9409021345.AA03436@plhp278.comm.mot.com>
  14. Subject: web2c bugs(?)
  15. To: tex-k@cs.umb.edu
  16. Date: Fri, 2 Sep 1994 09:45:52 -0400 (EDT)
  17. X-Mailer: ELM [version 2.4 PL23]
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=US-ASCII
  20. Content-Transfer-Encoding: 7bit
  21. Content-Length: 2159      
  22.  
  23. Ladies & Gentlemen:
  24.  
  25. I have recently attempted to build TeX, metafont, etc. on my machine, and
  26. have run into a few problems I'd like to ask you about.  Fist of all, some
  27. info:  I am using an HP 9000 model 712/80 running HP-UX A.09.03.  I am
  28. using GNU's gcc version 2.6.0, and am running under HP-VUE, a bastardized
  29. version of Motif.
  30.  
  31. So.  I downloaded a set of the web2c files (version 6.1), and attempted to
  32. begin making them, following your instruction files to the letter.  First,
  33. I found a problem where gcc choked on two files:
  34.     1) kpathsea/c-unistd.h: line 26 had to be changed from
  35.         #if HAVE_UNISTD_H
  36.        to
  37.         #ifdef HAVE_UNISTD_H
  38.        in order for it to compile correctly.
  39.     2) kpathsea/c-std.h: line 39 had to be changed from
  40.         #if HAVE_STDLIB_H
  41.        to
  42.         #ifdef HAVE_STDLIB_H
  43.        in order for it to compile correctly.
  44.  
  45. I have subsequently been halted by the MFwindow program, which would like
  46. to have the Xt and/or Xlib libraries in order to compile.  Unfortunately,
  47. since I am running under HP-VUE, I don't have access to the standard Xlib.h
  48. etc. files.  Since I am not responsible for system administration at this
  49. site, I have no control over what include files are/are not on this
  50. machine.  I have requested my system administrator to make the files
  51. available to me, but he is a very busy man, and has not been able to fill
  52. my request.  So my question is this:  is there any way I can build a non-
  53. X11-using version of metafont?  I know that TeX/metafont can run without
  54. X11 support, because I use them via telnet consistently.  So how do I get
  55. a local build to just ignore the X11 support?  I tried commenting out all
  56. the window mode #ifdefs in web2c/lib/c-auto.h, but that doesn't solve a
  57. thing, since the web2c/configure script expects SOME window system (i.e. there
  58. is no default path for text-only mode that *I* can find).  I'd appreciate
  59. any pointers you can give me.
  60.  
  61. As I mentioned, I don't have root priveleges on this machine, so I cannot
  62. just install the precompiled binaries, either, since they look in
  63. /usr/local/* for files which aren't there.
  64.  
  65. Thanks for your help!
  66.  
  67. Jason L. Carter
  68. Computer Engineer
  69. Motorola, Inc.
  70. Plantation, FL
  71.